home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-12-05 | 2.8 KB | 128 lines | [04] ASCII Text (0x0000) |
- *======================================================
- * Softdisk shell definition and configuration file
- * Design and programming by Lane Roath
- * NOTE: All items MUST appear in their proper order!
- *======================================================
- >
- 500 ;# of ticks (1/60ths) of a second to delay at the cover pic w/no event
- >
- * These are the filenames used by the shell
- >
- help
- installer
- basic.launcher
- *
- * text subdirectory & picture filenames
- *
- text
- pics/main
- pics/main.alt
- pics/article
- pics/article.alt
- *
- * Filename for the PROGRAMS menu items (some are subdir/filename)
- *
- Jukebox/Jukebox
- Clip.Art/Art.Gal.Clip
- Clip.Art/Easter.Clip
- Clip.Art/Fantasy.Clip
- Clip.Art/Fish.Clip
- Clip.Art/General.Clip
- Clip.Art/Halloween.Clip
- Clip.Art/July.4.Clip
- Clip.Art/Pet.Clip
- Clip.Art/Ski.Clip
- Clip.Art/Misc.Clip
- Submissions
- Credits
- Prg.14
- Prg.15
- >
- * Next we define the file type of each program. Choose from the following:
-
- A = S16 / B = SYS / C = BAS / D = TXT / E = CDA / F = NDA / G = TSF / H = PSF
- I = PSP / J = SND / K = ACE / L = FNT / M = PNT / N = PIC
-
- H I B T p_i_c_s 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5-1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8
- >
- D,A,B,D,M,M,M,M,A,M,M,M,M,M,M,M,M,M,M,D,D,D,D,D,D,D,D,D,D,D,D,D,D
- >
- * Define the launch flags for each program. Choose from the following:
-
- 0 = don't return / 2 = not restartable / 4 = bogus! / 6 = restartable
-
- H I B T p_i_c_s 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5-1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8
- >
- 0,6,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
- >
- * Rectangles for the icons on the two graphic screens
- * NOTE: the order of these items = their item # in the menu+2!
- >
- 13 ;# of feature rectangles
- 2 ;# of article rectangles
- *
- * Icon rects for the 'program' menu (page 1)
- *
- 21,270,55,315 ;help
- 0,0,0,0 ;articles
- 48,15,112,75 ;Jukebox
- 55,85,95,150 ;CA 1
- 55,155,95,210 ;CA 2
- 55,215,95,270 ;CA 3
- 105,85,145,150 ;CA 4
- 105,155,145,210 ;CA 5
- 105,215,145,270 ;CA 6
- 155,15,205,85 ;CA 7
- 155,85,205,150 ;CA 8
- 155,155,205,210 ;CA 9
- 155,215,205,270 ;CA A
- *
- * Start of icons for 'article' menu (page 2)
- *
- 35,244,68,285 ;help
- 35,22,69,74 ;main
- >
- 4 ; Number of menus we have in the menu bar
- >
- * This is the program menu definition
- >
- $$ Features\N600
- --Jukebox\N600*1!V
- --Art.Gal Clip\N601*2@
- --Easter Clip\N602*3#
- --Fantasy Clip\N603*4$
- --Fish Clip\N604*5%
- --General Clip\N605*6^
- --Halloween Clip\N606*7&
- --July Clip\N607*8*
- --Pet Clip\N608*9(
- --Ski Clip\N609*0)
- --Misc. Clip\N610V*-_
- --Submissions\N611
- --Credits\N612
- >
- * The EDIT menu is only for use by DAs
- >
- $$ Edit \N250
- --Undo\N250*ZzV
- --Cut\N251*Xx
- --Copy\N252*Cc
- --Paste\N253*Vv
- --Clear\N254
- >
- * File menu -- mainly use to allow user to print
- >
- $$ File \N255
- --Close\N255
- --File Copier\N256*FfV
- --Page Setup\N257
- --Print\N258*Pp
- --Print All\DN259*AaV
- --Quit\N260*Qq
- >
- * Apple menu -- if I have to explain this you're a dope!
- >
- $$@\XN300
- --About Softdisk...\N300
- --Help\N301*?/V
-